func net/http.isZeroTime

4 uses

	net/http (current package)
		fs.go#L515: 	if ius == "" || isZeroTime(modtime) {
		fs.go#L567: 	if ims == "" || isZeroTime(modtime) {
		fs.go#L617: func isZeroTime(t time.Time) bool {
		fs.go#L622: 	if !isZeroTime(modtime) {